[Backport 2.19-dev] Support refering to implicit @timestamp field in span#4610
Merged
qianheng-aws merged 2 commits into2.19-devfrom Oct 21, 2025
Merged
[Backport 2.19-dev] Support refering to implicit @timestamp field in span#4610qianheng-aws merged 2 commits into2.19-devfrom
@timestamp field in span#4610qianheng-aws merged 2 commits into2.19-devfrom
Conversation
* Support refering to implicit @timestamp field in time-based aggregations Signed-off-by: Yuanchun Shen <yuanchu@amazon.com> * Update documentation of stats to reflect that span can be used without specifying a field Signed-off-by: Yuanchun Shen <yuanchu@amazon.com> * Move @timestamp reference to AST layer - Additionally refactored visitTimechartCommand to reuse spanLiteral definition Signed-off-by: Yuanchun Shen <yuanchu@amazon.com> * Unit test visitSpanLiteral, vistSpanClause, and visitTimechartParamter Signed-off-by: Yuanchun Shen <yuanchu@amazon.com> * Revert changes to Span will always have a field with the current implementation Signed-off-by: Yuanchun Shen <yuanchu@amazon.com> * Throw exception for zero span Signed-off-by: Yuanchun Shen <yuanchu@amazon.com> --------- Signed-off-by: Yuanchun Shen <yuanchu@amazon.com> (cherry picked from commit c30d5d0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
yuancu
approved these changes
Oct 21, 2025
qianheng-aws
approved these changes
Oct 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport c30d5d0 from #4138.